diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/basic-contract/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/basic-contract/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/[lng]/evcp/(evcp)/basic-contract/page.tsx b/app/[lng]/evcp/(evcp)/basic-contract/page.tsx index b0b46197..9bc66b49 100644 --- a/app/[lng]/evcp/(evcp)/basic-contract/page.tsx +++ b/app/[lng]/evcp/(evcp)/basic-contract/page.tsx @@ -38,7 +38,7 @@ export default async function IndexPage(props: IndexPageProps) { <h2 className="text-2xl font-bold tracking-tight"> 기본계약서 서명 현황 </h2> - <InformationButton pageCode="evcp/basic-contract" /> + <InformationButton pagePath="evcp/basic-contract" /> </div> <p className="text-muted-foreground"> 기본계약서를 비롯하여 초기 서명이 필요한 문서의 서명 현황을 확인할 수 있고 서명된 문서들을 다운로드할 수 있습니다. {" "} |
